home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 18 / CU Amiga Magazine's Super CD-ROM 18 (1997)(EMAP Images)(GB)[!][issue 1998-01].iso / CUCD / Programming / AmigaE / Src / Tools / Arexx / arexxtest.rexx < prev   
OS/2 REXX Batch file  |  1992-09-02  |  147b  |  15 lines

  1. /* rx module test */
  2.  
  3. address AREXXTESTPORT
  4.  
  5. OPTIONS RESULTS
  6.  
  7. say 'testing....'
  8.  
  9. 'bla'
  10. say 'result='result
  11. 'quit'
  12. say 'result='result
  13.  
  14. say 'done.'
  15.